home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / EXTRAS / TR2LATEX / tr2latex / History (.txt) next >
LaTeX Document  |  1992-04-27  |  4KB  |  89 lines

  1.             HISTORY
  2. Copyright (C) by 1986, 1987 Kamal Al-Yahya
  3. $Log: History,v $
  4. # Revision 2.2  1992/04/27  15:13:51  Christian_Engel
  5. # - Fixed a bug in flip_twice I have brought in with revision 1.02 but didn't
  6. #   notice earlier. It lead to wrong translation of nested flipping math
  7. #   commands like ``a under hat''.
  8. #   Bug reported by Richard Walker <richard@cs.anu.edu.au>.
  9. # - Some modifications to calm down some strange warnings on strange
  10. #   compilers reported from the net
  11. # - Fixed bug in getopts: now input of stdin by pure command line argument `-'
  12. #   works properly.
  13. # - Fixed bug in main: multiple command line arguments work properly now.
  14. # Revision 2.1  1992/04/24  13:57:46  Christian_Engel
  15. # - Fixed inconsistend declaration of variable ``man''
  16. # - Fixed some smaller bugs and inconsistencies reported by netlanders after
  17. #   releasing Version 2.0
  18. # - Introduced for use of the CenterLine Objectcenter C development software,
  19. #   i.e. some directives to suppress intended anomalies, as /*EMPTY*/
  20. #   while statements
  21. # Revision 2.0  1992/04/22  14:17:26  Christian_Engel
  22. # I have turned to version 2 for some important changes:
  23. # - No support of K&R anymore. Everything turned to ANSI-C. If you only have a
  24. #   K&R compiler transform the sources by a K&R to ANSI translator (e.g. )
  25. #   or use tr2latex V1.04.
  26. # - The Revisions of tr2latex are controlled by RCS.
  27. # Furthermore, there have been some smaller improvements:
  28. # - added support of MMS package for make under VMS. Thanks to
  29. #   Richard L. Dyson.
  30. #   New files: Makefile.mms, make_tr2latex.com, tr2latex.hlp, vaxcrtl.opt.
  31. # - fixed some problems compiling on a MIPS M/2000 running RISCos
  32. #   Thanks to David Osborne <cczdao@mips.ccc.nottingham.ac.uk>
  33. # Revision 1.05, December 9, 1991, Christian Engel
  34. # This version hasn't been released. It turned out to be completed and
  35. # released as Revision 2.0.
  36. # - Moved completely to ANSI, no support of K&R anymore.
  37. # - managed troffms.sty to place the output correctly on the page.
  38. # - replaced version.h by version.c to make compilation shorter.
  39. # - added automatical generation of version numbers and dates
  40. #   (generation not visible to distributuion package).
  41. # Revision 1.04, July 15, 1991, Christian Engel
  42. # - added missing IPlist environment to troffms.sty
  43. # Revision 1.03, June 14, 1991, Christian Engel
  44. # - added M. Kaczmarczik's VMS support (thanks to Richard L. Dyson, and
  45. #   Johannes Braams). This includes the introduction of the -o option.
  46. # - changed all names tr2tex.* to tr2latex.*
  47. # - added documentation for all new features to tr2latex.man
  48. # Revision 1.02, June 11, 1991, Christian Engel
  49. # - fixed some bugs (thank you to Bill Metzenthen and Arjan de Vet)
  50. # - now running with Turbo-C (thank you to Bill Metzenthen once more)
  51. # - introduced first command line option for for debugging: watch output
  52. #   immediately if compiled with -DDEBUG and command line option -do is
  53. #   given.
  54. # - support of man macro .P
  55. # - now several macros for change of font (.I, .B, .R, .P) work correctly
  56. #   with more than one argument
  57. # Revision 1.01, May 3, 1991, Christian Engel
  58. # - fixed bug with get_multargs() concerning end of line
  59. # - introduced command line options -t, -<n>, -s <style>
  60. # Revision 1.00, May 2, 1991, Christian Engel
  61. # Enhancements:
  62. # - file version.h
  63. # - support of following man macros:
  64. #     .MS
  65. #     .PN
  66. #     .EX
  67. #     .EE
  68. #     .NT
  69. # - new macros in troffman.sty:
  70. #     \beginnotec
  71. #     \beginnote
  72. #     \endnote
  73. #     \IPlist
  74. # - correction of bugs in ANSI version
  75. # - fixed a bug in getarg that lead to an infinite loop in alternate with
  76. #   an argument containing '$' or '}'.
  77. # Revision .93, March 4, 1987
  78. # Posted to comp.sources.unix on 2 Jul 87 by Kamal Al-Yahya
  79. -----------------------------------------------------------------------------
  80. TO BE DONE:
  81.     - handling of tables
  82.     - handling of tabs
  83.     - handling of troff commands:
  84.       .bd
  85.       .nr
  86.       .pl
  87.       .ps
  88.       .ds
  89.